home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id002.dxr / 00064.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  219 b   |  17 lines

  1. on exitFrame
  2.   global inheritance
  3.   if the timer > 2130 then
  4.     set inheritance to 1
  5.     go(53)
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global inheritance
  13.   set inheritance to 1
  14.   sound stop 1
  15.   go(53)
  16. end
  17.